aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/Camellia [TOP]
blob: 2aa21cb597055809c8a8b27831dcda4253846431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
//* ----------- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ -------- */
//* ............................................*/
//* .............CAMELLIA.......................*/
//* ............................................*/
//* --- ๐Ÿ‘ designed by https://github.com/Krautt  ๐Ÿ‘ --- */

{
 
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
//"margin-top": 0,
//"margin-bottom": 0,
//"margin-left": 0,
//"margin-right": 0,
	
"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"],

"modules-center": ["hyprland/window#cam"], 
	
"modules-right": [
	"custom/backlight",
	"backlight/slider",
	"custom/speaker",
	"pulseaudio/slider",
	"battery#cam",
	"clock#cam", 
	"network#cam"],

// Additional modules //

"hyprland/workspaces#cam": {
	"active-only":false,
	"all-outputs": true,
	"format": "{icon}",
	"show-special": false,
	"on-click": "activate",
	"on-scroll-up": "hyprctl dispatch workspace e+1",
	"on-scroll-down": "hyprctl dispatch workspace e-1",
	"persistent-workspaces":{
		"1": [],
		"2": [],
		"3": [],
		"4": [],
		"5": []
	},
		"format-icons": {
		"1": "Uno",
		"2": "Due",
		"3": "Tre",
		"4": "Quattro",
		"5": "Cinque",
		"6":"Sei",
		"7":"Sette",
		"8":"Otto",
		"9":"Nove",
		"10":"Dieci"
	}	
},

"hyprland/window#cam": {
	"format": "๏†’ {title}",
	"max-length": 50,
	"rewrite": {
		"(.*) โ€” Mozilla Firefox": " $1",
		"(.*) - zsh": "> [$1]"
},
		"separate-outputs": true
},

"clock#cam": {
	"interval": 60,
	//"format": "{:%A, %I:%M %P}",
	"format": "{:%A, %H:%M}",
	"max-length": 25,
	
},

"battery#cam": {
	"interval": 60,
	"align": 0,
	"rotate": 0,
	//"bat": "BAT1",
	//"adapter": "ACAD",
	"full-at": 100,
	"design-capacity": false,
	"states": {
	  "critical": 15
			 },
	"format": "{capacity}% {icon}",
	"format-charging": "๏ƒง {capacity}%",
	"format-plugged": "๓ฑ˜– {capacity}%",
	"format-full": "{icon} Full",
	"format-alt": "{icon} {time}",
	"format-icons": ["๏‰„", "๏‰ƒ", "๏‰‚", "๏‰", "๏‰€"],
	"format-time": "{H}h {M}min",
	"tooltip": true,
	"tooltip-format": "{timeTo} {power}w"
},

"pulseaudio/slider": {
	"min": 0,
	"max": 100,
	"orientation": "horizontal",
	
},

"custom/speaker": {
	"exec": "echo '๐Ÿ”Š'",  
	"interval": 1,
	"format": "{}"
},

"backlight/slider": {
	"min": 0,
	"max": 100,
	"orientation": "horizontal",
	//"device": "intel_backlight"
},

"custom/backlight": {
	"exec": "echo 'โœจ'",  
	"interval": 1,
	"format": "{}"
},

"tray#cam": {
	//"icon-size": 16,
	"spacing": 10
},

"network#cam": {
	"format": "{ifname}",
	"format-wifi": "{icon}",
	"format-ethernet": "๓ฐŒ˜",
	"format-disconnected": "๓ฐŒ™", 
	"tooltip-format": "{ipaddr} ๏„น {bandwidthUpBytes} ๏„บ {bandwidthDownBytes}",
	"format-linked": "๓ฐˆ {ifname} (No IP)",
	"tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
	"tooltip-format-ethernet": "{ifname} ๓ฐŒ˜",
	"tooltip-format-disconnected": "๓ฐŒ™ Disconnected",
	"max-length": 50,
	"format-icons": ["๓ฐคฏ","๓ฐคŸ","๓ฐคข","๓ฐคฅ","๓ฐคจ"]
},

"wlr/taskbar": {
	"format": "{icon}",
	//"icon-size": 14,
	//"icon-theme": "Numix-Circle",
	"tooltip-format": "{title}",
	"on-click": "activate",
	"on-click-middle": "close",
	"ignore-list": [
	    "kitty"
		],
		"app_ids-mapping": {
		  "firefoxdeveloperedition": "firefox-developer-edition"
		},
		"rewrite": {
			"Firefox Web Browser": "Firefox",
			"Foot Server": "Terminal"
		}
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage